Global Index
HTML5 JS API Index > Browser Tutorials & Specs

PopStateEvent

Extends Event.

Properties
any
state
The state attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. It represents the context information for the event, or null, if the state represented is the initial state of the Document.
Constructor
PopStateEvent(DOMString type, optional PopStateEventInit eventInitDict)